Initializes a new instance of the PerElementSeriesStyle class.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public PerElementSeriesStyle ( |
Visual Basic Copy Code |
---|
Public New ( _ |
A list of Brush lists, each list used to draw a different series, and each Brush used to fill individual elements of a series.
A list of Brush lists, each list used to stroke a different series, and each Brush used to stroke individual elements of a series.
A list of double lists, each list used to stroke a different series, and each double value specifying thickness of individual elements of a series.
A list of DashStyle lists, each list used to stroke a different series, and each DashStyle value specifying style of individual elements of a series.